home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / kickups.swf / scripts / DefineButton2_31 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  82 b   |  8 lines

  1. on(press){
  2.    play();
  3.    tellTarget("../")
  4.    {
  5.       call("kick");
  6.    }
  7. }
  8.